home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / S_T / T3_120B.ZIP / TONY3.BAT < prev    next >
DOS Batch File  |  1995-11-14  |  596b  |  39 lines

  1. echo off
  2. if exist *.swp del *.swp 
  3. if exist tlrb3.cfg goto frontend
  4. setup
  5.  
  6. :frontend
  7. echo Tony La Russa Baseball 3 ver. 1.21
  8. call checkcd.bat
  9. checkmem %1
  10. if errorlevel 1 goto end2
  11.  
  12. :main
  13. set DOS4GVM=SWAPINC#1024
  14. main %1
  15. if errorlevel 8 goto end
  16. if errorlevel 6 goto draft
  17. if errorlevel 3 goto bb
  18. goto end
  19.  
  20. :draft 
  21. set DOS4GVM=SWAPINC#1024
  22. draft %1
  23. if errorlevel 8 goto end
  24. if errorlevel 1 goto main
  25. goto end
  26.  
  27. :bb
  28. set DOS4GVM=VIRTUALSIZE#32768 SWAPINC#1024
  29. bb %1
  30. if errorlevel 8 goto end
  31. if errorlevel 1 goto main
  32. goto end
  33.  
  34. :end
  35. set DOS4GVM=
  36. mode co80
  37.  
  38. :end2
  39.